@import url("../css/font.css");
@-webkit-keyframes mv-text-ani1 {
  from {
    opacity: 0;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes mv-text-ani1 {
  from {
    opacity: 0;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes mv-text-ani2 {
  from {
    opacity: 0;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes mv-text-ani2 {
  from {
    opacity: 0;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 767px) {
  #container {
    padding-top: 60px;
  }
}
#container .mainBanner {
  overflow: hidden;
  max-height: 980px;
  position: relative;
}
#container .mainBanner .banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  width: 400%;
}
#container .mainBanner .banner .main-slide {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media screen and (max-width: 767px) {
  #container .mainBanner .banner .main-slide {
    width: auto;
    height: 95vh;
  }
}
#container .mainBanner .banner .main-slide .textBox {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1440px;
  height: 100%;
  color: #fff;
  font-size: 4.2vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  gap: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#container .mainBanner .banner .main-slide1 {
  background: url("../images/banner/main-banner.jpg") center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  #container .mainBanner .banner .main-slide1 {
    background: url("../images/banner/m-banner.jpg") center center/cover no-repeat;
  }
}
@media screen and (max-width: 1440px) {
  #container .mainBanner .banner .main-slide1 .textBox {
    width: 100%;
    gap: 10vw;
  }
}
@media screen and (max-width: 1024px) {
  #container .mainBanner .banner .main-slide1 .textBox {
    width: 90%;
    gap: 5vw;
  }
}
@media screen and (max-width: 767px) {
  #container .mainBanner .banner .main-slide1 .textBox {
    width: 100%;
    font-size: 12vw;
    gap: 40vw;
  }
}
#container .mainBanner .banner .main-slide1 .textBox p:first-child {
  -webkit-animation: mv-text-ani1 1s 0.2s both;
          animation: mv-text-ani1 1s 0.2s both;
}
#container .mainBanner .banner .main-slide1 .textBox p:last-child {
  -webkit-animation: mv-text-ani2 1s 0.5s both;
          animation: mv-text-ani2 1s 0.5s both;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #container .mainBanner .banner .main-slide1 .textBox p span {
    display: block;
  }
}
#container .mainBanner .banner .main-slide1 .textBox p strong {
  font-weight: 400;
}
#container .mainBanner .banner .main-slide2 {
  background: url("../images/banner/main-banner2.jpg") center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  #container .mainBanner .banner .main-slide2 {
    background: url("../images/banner/m-banner2.jpg") center center/cover no-repeat;
  }
}
#container .mainBanner .banner .main-slide2 .textBox {
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
  gap: 20vw;
  top: 43%;
}
@media screen and (max-width: 1440px) {
  #container .mainBanner .banner .main-slide2 .textBox {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #container .mainBanner .banner .main-slide2 .textBox {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  #container .mainBanner .banner .main-slide2 .textBox {
    display: block;
    width: 100%;
    font-size: 12vw;
  }
}
#container .mainBanner .banner .main-slide2 .textBox p strong {
  font-weight: 400;
}
#container .mainBanner .banner .main-slide3 {
  background: url("../images/banner/main-banner3.jpg") center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  #container .mainBanner .banner .main-slide3 {
    background: url("../images/banner/m-banner3.jpg") center center/cover no-repeat;
  }
}
#container .mainBanner .banner .main-slide3 .textBox {
  text-align: center;
  font-weight: 900;
}
@media screen and (max-width: 1440px) {
  #container .mainBanner .banner .main-slide3 .textBox {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #container .mainBanner .banner .main-slide3 .textBox {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  #container .mainBanner .banner .main-slide3 .textBox {
    width: 100%;
    font-size: 12vw;
  }
}
#container .mainBanner .banner .main-slide4 {
  background: url("../images/banner/main-banner4.jpg") center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  #container .mainBanner .banner .main-slide4 {
    background: url("../images/banner/m-banner4.jpg") center center/cover no-repeat;
  }
}
#container .mainBanner .banner .main-slide4 .textBox {
  text-align: center;
}
@media screen and (max-width: 1440px) {
  #container .mainBanner .banner .main-slide4 .textBox {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #container .mainBanner .banner .main-slide4 .textBox {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  #container .mainBanner .banner .main-slide4 .textBox {
    width: 100%;
    font-size: 12vw;
  }
}
#container .mainBanner .pager-box {
  position: absolute;
  bottom: 100px;
  left: 50%;
  width: 100%;
  max-width: 1440px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1440px) {
  #container .mainBanner .pager-box {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  #container .mainBanner .pager-box {
    position: absolute;
    bottom: 60px;
  }
}
#container .mainBanner .pager-box .page-box .banner-text ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  height: 40px;
  max-width: 1400px;
}
#container .mainBanner .pager-box .page-box .banner-text ul li {
  color: #fff;
  opacity: 0;
  float: left;
  font-size: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 25%;
}
#container .mainBanner .pager-box .page-box .banner-text ul li.active {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #container .mainBanner .pager-box .page-box .banner-text ul li {
    font-size: 1em;
  }
}
#container .mainBanner .pager-box .page-box .bar {
  background: #fff;
  height: 3px;
  width: 100%;
  max-width: 1400px;
}
@media screen and (max-width: 1024px) {
  #container .mainBanner .pager-box .page-box .bar {
    height: 2px;
  }
}
#container .mainBanner .pager-box .page-box .bar span {
  display: block;
  width: 25%;
  height: 3px;
  background: #ffde00;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media screen and (max-width: 1024px) {
  #container .mainBanner .pager-box .page-box .bar span {
    height: 2px;
  }
}
#container .mainBanner .pager-box .control-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(105%, 50%);
          transform: translate(105%, 50%);
}
@media screen and (max-width: 1440px) {
  #container .mainBanner .pager-box .control-btn {
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
}
#container .mainBanner .pager-box .control-btn .arrow-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #fff;
}
#container .mainBanner .pager-box .control-btn .arrow-btn button {
  background: transparent;
  border: none;
}
#container .mainBanner .pager-box .control-btn .arrow-btn .left-btn:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: 2px solid #fff;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
#container .mainBanner .pager-box .control-btn .arrow-btn .right-btn:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: 2px solid #fff;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 1024px) {
  #container .mainBanner .pager-box .control-btn .arrow-btn {
    font-size: 0.88em;
  }
}
@media screen and (max-width: 767px) {
  #container .mainBanner .pager-box .control-btn .arrow-btn {
    font-size: 1em;
  }
}
#container .mainBanner .pager-box .control-btn .arrow-btn .count, #container .mainBanner .pager-box .control-btn .arrow-btn .total {
  display: inline-block;
  width: 15px;
  text-align: center;
}
#container main .contents {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #container main .contents {
    width: 85vw;
    padding-top: 80px;
  }
}
#container main .contents .contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #container main .contents .contentBox {
    height: 50vw;
  }
}
@media screen and (max-width: 767px) {
  #container main .contents .contentBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
    gap: 10px;
    width: 100%;
    height: 145vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#container main .contents .contentBox li {
  position: relative;
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 767px) {
  #container main .contents .contentBox li {
    padding: 10px;
    width: 48%;
    height: calc(50% - 50px);
    overflow: hidden;
    padding: 2px 0;
  }
}
#container main .contents .contentBox li a {
  position: absolute;
  top: 50%;
  left: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#container main .contents .contentBox li a span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(3vw, -20%);
          transform: translate(3vw, -20%);
  font-size: 1.2em;
}
@media screen and (max-width: 1024px) {
  #container main .contents .contentBox li a span {
    padding: 0;
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  #container main .contents .contentBox li a span {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 100%;
    text-align: center;
    padding: 0;
    font-size: 1.5em;
  }
}
#container main .contents .contentBox .notice {
  background: url(../images/content/notice-bg.jpg) no-repeat center center;
  background-size: contain;
}
#container main .contents .contentBox .eshopEvent {
  background: url(../images/content/eshop-bg.jpg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #container main .contents .contentBox .eshopEvent {
    margin-top: 70px;
  }
}
#container main .contents .contentBox .event {
  background: url(../images/content/event-bg.jpg) no-repeat center center;
  background-size: contain;
  margin-top: 300px;
}
@media screen and (max-width: 767px) {
  #container main .contents .contentBox .event {
    margin-top: 0px;
  }
}
#container main .contents .contentBox .nikonSchool {
  background: url(../images/content/nikonschool-bg.jpg) no-repeat center center;
  background-size: contain;
  margin-top: 300px;
}
@media screen and (max-width: 767px) {
  #container main .contents .contentBox .nikonSchool {
    margin-top: 0px;
  }
}
#container main .eshop {
  margin: 100px 0 50px;
}
#container main .eshop .title {
  text-indent: 1em;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
#container main .eshop .eshop-big {
  position: relative;
}
#container main .eshop .eshop-big .more-btn {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  padding-right: 60px;
}
#container main .eshop .eshop-big .more-btn::before, #container main .eshop .eshop-big .more-btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
}
#container main .eshop .eshop-big .more-btn::before {
  right: 1px;
  top: calc(50% + 1px);
  width: 48px;
  height: 1px;
  background-color: #ffde00;
}
#container main .eshop .eshop-big .more-btn::after {
  right: 5px;
  width: 7px;
  height: 7px;
  border: 1px solid #ffde00;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
#container main .eshop .eshop-big .big-img img {
  width: 100%;
}
#container main .eshop .eshop-big .eshop-logo {
  position: absolute;
  bottom: 5vw;
  left: 50%;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #container main .eshop .eshop-big .eshop-logo {
    bottom: 0;
  }
}
#container main .eshop .eshop-big .eshop-logo > a {
  width: 32vw;
  position: absolute;
  bottom: 0%;
  left: 50%;
  -webkit-transform: translate(-30%, 0);
          transform: translate(-30%, 0);
}
@media screen and (max-width: 767px) {
  #container main .eshop .eshop-big .eshop-logo > a {
    bottom: 5vw;
  }
}
#container main .eshop .eshop-big .eshop-logo > a img {
  width: 100%;
  padding-bottom: 3em;
}
@media screen and (max-width: 1024px) {
  #container main .eshop .eshop-big .eshop-logo > a img {
    padding-bottom: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  #container main .eshop .eshop-big .eshop-logo > a img {
    padding-bottom: 1em;
  }
}
#container main .eshop .eshop-big .eshop-logo p {
  font-size: 2em;
  text-indent: 1em;
}
@media screen and (max-width: 1024px) {
  #container main .eshop .eshop-big .eshop-logo p {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  #container main .eshop .eshop-big .eshop-logo p {
    font-size: 1.4em;
  }
}
#container main .eshop .eshop-big .eshop-logo .zz-logo {
  width: 150px;
}
@media screen and (max-width: 767px) {
  #container main .eshop .eshop-big .eshop-logo .zz-logo {
    width: 15vw;
  }
}
#container main .eshop .eshop-big .eshop-logo .zz-logo img {
  width: 100%;
}
#container main .eshop .eshopBox {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  margin-top: 80px;
  gap: 4vw;
}
@media screen and (max-width: 1024px) {
  #container main .eshop .eshopBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 7vw;
  }
}
@media screen and (max-width: 1024px) {
  #container main .eshop .eshopBox li {
    width: 40vw;
  }
}
#container main .eshop .eshopBox li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  background: #ededed;
  height: 20vw;
  width: 20vw;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #container main .eshop .eshopBox li a {
    width: 100%;
    height: 40vw;
  }
}
#container main .eshop .eshopBox li a img {
  width: 70%;
}
#container main .eshop .eshopBox li a span {
  position: absolute;
  top: 0;
  right: 0;
  background: #333;
  color: #fff;
  width: 83px;
  text-align: center;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  #container main .eshop .eshopBox li a span {
    width: 60px;
  }
}
#container main .eshop .eshopBox li p {
  padding-left: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#container main .special {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 150px;
}
#container main .special .title {
  text-align: center;
  font-size: 1.8em;
}
#container main .special .tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
  cursor: pointer;
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  #container main .special .tab-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
#container main .special .tab-menu li {
  display: block;
  padding: 8px 30px;
  border-bottom: 2px solid transparent;
  font-size: 1.2em;
}
@media screen and (max-width: 767px) {
  #container main .special .tab-menu li {
    padding: 5px 20px;
  }
}
#container main .special .tab-menu li.active {
  border-color: #333;
}
#container main .special .tab-wrap {
  position: relative;
  height: 19.5vw;
  background-color: #555;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #container main .special .tab-wrap {
    height: 38vw;
  }
}
#container main .special .tab-wrap > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  width: 200%;
  margin-left: -10%;
  position: absolute;
  opacity: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #container main .special .tab-wrap > ul {
    width: 400%;
    margin-left: -65%;
  }
}
#container main .special .tab-wrap > ul.active {
  opacity: 1;
  z-index: 100;
}
#container main .special .tab-wrap > ul li {
  width: 14.2857142857%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#container main .special .tab-wrap > ul li.zoomin {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#container main .special .tab-wrap > ul li div img {
  width: 100%;
}
#container main .special .tab-wrap .sp-arrow-btn .sp-left-btn {
  position: absolute;
  top: calc(50% - 10px);
  left: 1em;
  z-index: 999;
  width: 30px;
  background: transparent;
  border: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#container main .special .tab-wrap .sp-arrow-btn .sp-left-btn:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: 2px solid #fff;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
#container main .special .tab-wrap .sp-arrow-btn .sp-right-btn {
  position: absolute;
  top: calc(50% - 10px);
  right: 1em;
  z-index: 999;
  width: 30px;
  background: transparent;
  border: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#container main .special .tab-wrap .sp-arrow-btn .sp-right-btn:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: 2px solid #fff;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}